home *** CD-ROM | disk | FTP | other *** search
- .AUTODEPEND
-
- # *Translator Definitions*
- CC = bcc +EXAMPLE2.CFG
- TASM = TASM
- TLIB = tlib
- TLINK = tlink
- LIBPATH = C:\SYSOP\BORLANDC\LIB
- INCLUDEPATH = C:\SYSOP\BORLANDC\INCLUDE
-
-
- # *Implicit Rules*
- .c.obj:
- $(CC) -c {$< }
-
- .cpp.obj:
- $(CC) -c {$< }
-
- # *List Macros*
-
-
- EXE_dependencies = \
- example2.obj \
- video.obj \
- qfml11.obj
-
- # *Explicit Rules*
- example2.exe: example2.cfg $(EXE_dependencies)
- $(TLINK) /3/v/x/c/P-/L$(LIBPATH) @&&|
- c0l.obj+
- example2.obj+
- video.obj+
- qfml11.obj
- example2
- # no map file
- emu.lib+
- mathl.lib+
- cl.lib
- |
-
-
- # *Individual File Dependencies*
- example2.obj: example2.cfg example2.cpp
-
- # *Compiler Configuration File*
- example2.cfg: example2.mak
- copy &&|
- -ml
- -3
- -a
- -v
- -vi-
- -H=EXAMPLE2.SYM
- -wpro
- -weas
- -wpre
- -I$(INCLUDEPATH)
- -L$(LIBPATH)
- -P
- | example2.cfg
-
-